go/token.node.height (field)
11 uses
go/token (current package)
tree.go#L47: height int32
tree.go#L103: if h != n.height {
tree.go#L143: if x.height >= 0 {
tree.go#L208: return n.height
tree.go#L213: n.height = max(lheight, rheight) + 1
tree.go#L241: h := x.height
tree.go#L256: if x.height == h {
tree.go#L334: x := &node{file: file, key: file.key(), parent: parent, height: -1}
tree.go#L373: x.height = -1
tree.go#L389: z.height = x.height
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)